home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows (5th Edition) / Programming Windows, 5th ed. - Companion CD (097-0002183)(1999).iso / Chap13 / DevCaps2 / DevCaps2.rc < prev    next >
Encoding:
Text File  |  1998-10-09  |  2.0 KB  |  87 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "\r\n"
  44.     "\0"
  45. END
  46.  
  47. #endif    // APSTUDIO_INVOKED
  48.  
  49.  
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // Menu
  53. //
  54.  
  55. DEVCAPS2 MENU DISCARDABLE 
  56. BEGIN
  57.     POPUP "&Device"
  58.     BEGIN
  59.         MENUITEM "&Screen",                     IDM_SCREEN, CHECKED
  60.     END
  61.     POPUP "&Capabilities"
  62.     BEGIN
  63.         MENUITEM "&Basic Information",          IDM_BASIC
  64.         MENUITEM "&Other Information",          IDM_OTHER
  65.         MENUITEM "&Curve Capabilities",         IDM_CURVE
  66.         MENUITEM "&Line Capabilities",          IDM_LINE
  67.         MENUITEM "&Polygonal Capabilities",     IDM_POLY
  68.         MENUITEM "&Text Capabilities",          IDM_TEXT
  69.     END
  70. END
  71.  
  72. #endif    // English (U.S.) resources
  73. /////////////////////////////////////////////////////////////////////////////
  74.  
  75.  
  76.  
  77. #ifndef APSTUDIO_INVOKED
  78. /////////////////////////////////////////////////////////////////////////////
  79. //
  80. // Generated from the TEXTINCLUDE 3 resource.
  81. //
  82.  
  83.  
  84. /////////////////////////////////////////////////////////////////////////////
  85. #endif    // not APSTUDIO_INVOKED
  86.  
  87.